Details
-
Bug
-
Resolution: Fixed
-
Major
-
0.9.13
-
None
-
None
Description
Reported by Francois_Terrier in http://www.qos.ch/pipermail/logback-user/2008-December/000864.html
there is a little NPE when calling setContextMap on a fresch MDC. This
could raises a NPE:
public static void main(String[] args)
{ MDC.setContextMap(new HashMap<String, String>()); }